Displaying 1 result from an estimated 1 matches for "outputobjectfil".
Did you mean:
  outputobjectfile
  
2012 Aug 01
1
[LLVMdev] lld MachO addEntryPointLoadCommand
...putDynamicExecutable?
WriterOptionsMachO.cpp:
bool WriterOptionsMachO::addEntryPointLoadCommand() const {
   switch ( _outputkind ) {
     case outputDynamicExecutable:
       // Only main executables have an entry point
       return false;
     case outputDylib:
     case outputBundle:
     case outputObjectFile:
       return false;
   }
   llvm_unreachable("unknown outputkind");
}
-- 
Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum