[PATCH] D37386: [AMDGPU] Implement infrastructure to set options in AMDGPUToolChain
Stanislav Mekhanoshin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 1 11:12:48 PDT 2017
rampitec added inline comments.
================
Comment at: lib/Driver/ToolChains/AMDGPU.h:44
+private:
+ const std::map<options::ID, std::string> OptionsDefault = {
+ {options::OPT_O, "3"},
----------------
Is it really needed to create map in the header?
https://reviews.llvm.org/D37386
More information about the cfe-commits
mailing list