We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d5f73 commit 1918d4bCopy full SHA for 1918d4b
bolt/CMakeLists.txt
@@ -45,9 +45,9 @@ if (BOLT_ENABLE_RUNTIME)
45
execute_process(COMMAND ls /proc/self/map_files
46
RESULT_VARIABLE LS OUTPUT_QUIET ERROR_QUIET)
47
if (LS)
48
- set(BOLT_ENABLE_RUNTIME OFF)
49
message(WARNING
50
- "BOLT runtime is disabled as /proc/self/map_files is unreadable.")
+ "BOLT runtime may not be able to read /proc/self/map_files. Please use
+ `--instrumentation-binpath <path-to-instrumented-binary>` option.")
51
endif()
52
53
0 commit comments