bool usingLazyDylibLinking() { return fUsingLazyDylibLinking; }
bool verbose() { return fVerbose; }
bool makeEncryptable() { return fEncryptable; }
-
+ std::vector<const char*>& llvmOptions() { return fLLVMOptions; }
+
private:
class CStringEquals
{
std::vector<SegmentStart> fCustomSegmentAddresses;
std::vector<SegmentProtect> fCustomSegmentProtections;
std::vector<DylibOverride> fDylibOverrides;
-
+ std::vector<const char*> fLLVMOptions;
std::vector<const char*> fLibrarySearchPaths;
std::vector<const char*> fFrameworkSearchPaths;
std::vector<const char*> fSDKPaths;