]> git.saurik.com Git - apple/ld64.git/blobdiff - src/Options.h
ld64-85.2.1.tar.gz
[apple/ld64.git] / src / Options.h
index d1858484021379a567c8e38dc42698165e70a467..4bbcffe39133c83e8f0a8eb8718db1a268a0401e 100644 (file)
@@ -207,7 +207,8 @@ public:
        bool                                            usingLazyDylibLinking() { return fUsingLazyDylibLinking; }
        bool                                            verbose() { return fVerbose; }
        bool                                            makeEncryptable() { return fEncryptable; }
-
+       std::vector<const char*>&       llvmOptions() { return fLLVMOptions; }
+       
 private:
        class CStringEquals
        {
@@ -355,7 +356,7 @@ private:
        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;