]> git.saurik.com Git - apple/ld64.git/blobdiff - src/ld/Resolver.h
ld64-351.8.tar.gz
[apple/ld64.git] / src / ld / Resolver.h
index 06b7a8b0f145702c88e304a1bc473b8fe7ff83c3..811edef61001c41310d725dbfbfc8998a4381cfe 100644 (file)
@@ -64,7 +64,7 @@ public:
                                                                  _haveLLVMObjs(false),
                                                                  _completedInitialObjectFiles(false),
                                                                  _ltoCodeGenFinished(false),
-                                                                 _haveAliases(false) {}
+                                                                 _haveAliases(false), _havellvmProfiling(false) {}
                                                                
 
                virtual void            doAtom(const ld::Atom&);
@@ -135,6 +135,7 @@ private:
        bool                                                    _completedInitialObjectFiles;
        bool                                                    _ltoCodeGenFinished;
        bool                                                    _haveAliases;
+       bool                                                    _havellvmProfiling;
 };