Skip to content

Commit 864a1a7

Browse files
author
Alexander Matz
committed
mention -fno-discard-value-names flag
1 parent 8afb3e0 commit 864a1a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ The configuration requires the following flags:
9797
duplicate symbols).
9898
- `-DLLVM_ENABLE_ASSERTIONS=ON` - The current analysis pass to locate kernel
9999
launch sites relies on the basic block labels set by gpucc. Value/BB labels
100-
are only set in +Assert builds, so instrumentation fails with disabled
101-
assertions (which is the default).
100+
are only set in +Assert builds (or with the `-fno-discard-value-names` clang
101+
flag), so instrumentation fails with disabled assertions (which is the
102+
default).
102103
- `-DMEMTRACE_CUDA_FLAGS=${PATH TO YOUR CUDA INSTALLATION}` - required if your
103104
CUDA 8.0 installation is located somewhere other than `/usr/local/cuda` (e.g.
104105
`/opt/cuda-8.0`).

0 commit comments

Comments
 (0)