[PATCH] [compiler-rt] Don't instrument globals from __objc_classname

David Majnemer david.majnemer at gmail.com
Wed Dec 3 10:05:23 PST 2014


Why does `ShouldInstrumentGlobal` need a triple argument?  `GlobalVariable` has a `getParent` method which will return the `Module`.

http://reviews.llvm.org/D6488






More information about the llvm-commits mailing list