Currently when we compile the project in debug mode, -g will not be added to
compilation flag. The bc files generated in different mode are of different size.
When using GPU debuggers like cuda-gdb, it is expected to provide more info
with a debug version of bc lib.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LG
openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt | ||
---|---|---|
56 | Should probably rename this, can reasonably imagine someone wants a debug version of one target and not the other. Separate patch though. |
Should probably rename this, can reasonably imagine someone wants a debug version of one target and not the other. Separate patch though.