- __constant__ variables should not be hidden as the linker may turn them into LOCAL symbols.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 31035 Build 31034: arc lint + arc unit
Event Timeline
clang/lib/CodeGen/TargetInfo.cpp | ||
---|---|---|
7851 | yeah, it's the format after clang-format. It seems that clang-format try to apply the same indent for LHS & RHS of a binary operator. With the leading parenthesis, RHS in a newline is indented with one more space. |
clang/test/CodeGenCUDA/amdgpu-visibility.cu | ||
---|---|---|
1 | that's so far the option applied for both AMDGPU & HIP (targetting non-MS) by default in clang frontend. Check AMDGPUToolChain::addClangTargetOptions and HIPToolChain::addClangTargetOptions |
is format right?