[llvm] r186470 - Add getModuleFlag(StringRef Key) to query a module flag given Key.
Eric Christopher
echristo at gmail.com
Tue Jul 16 16:31:14 PDT 2013
> + Value *Val = M->getModuleFlag("Dwarf Version");
Might be nice to have a set of known module flags with an enum etc set
in a header to give a string mapping?
Bill? Thoughts?
-eric
More information about the llvm-commits
mailing list