[PATCH] D51434: [HIP] Add -fvisibility hidden option to clang

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 29 22:11:32 PDT 2018


arsenm added inline comments.


================
Comment at: lib/Driver/ToolChains/HIP.cpp:256
+    CC1Args.append({"-fvisibility", "hidden"});
 }
 
----------------
We should probably start subclassing the HIP toolchain from AMDGPU and share more of this


https://reviews.llvm.org/D51434





More information about the cfe-commits mailing list