jhuber6 wrote:

> Would it be ok if we prefixed all of these files in `TargetBuiltins` with CG? 
> #133199
> 
> Building using AppleClang seems to be upset that a cpp file with this name 
> already exists. I'm assuming its talking about all the files in 
> `clang/lib/Basic/Targets/`. For example there is now a 
> `clang/lib/Basic/Targets/AMDGPU.cpp` and 
> `clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp`.

We currently have four, so I'm unsure why one more makes a difference. I guess 
because they go in the same library component or something?
```
clang/lib/Basic/Targets/AMDGPU.cpp
clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
clang/lib/CodeGen/Targets/AMDGPU.cpp
clang/lib/Driver/ToolChains/AMDGPU.cpp
```

https://github.com/llvm/llvm-project/pull/132252
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to