File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
analyzer/tools/build-logger Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Set the following environment variables:
16
16
~~~~~~~
17
17
export LD_PRELOAD=ldlogger.so
18
18
export LD_LIBRARY_PATH=`pwd`/build/lib:$LD_LIBRARY_PATH
19
- export CC_LOGGER_GCC_LIKE="gcc:g++:clang:clang++:cc:c++"
19
+ export CC_LOGGER_GCC_LIKE="gcc:g++:clang:clang++:/ cc:c++"
20
20
# The output compilation JSON file.
21
21
export CC_LOGGER_FILE=`pwd`/compilation.json
22
22
# Log linker build actions to the JSON file. Optional. Default: false
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def get_envvars(self) -> Mapping[str, str]:
110
110
"PATH" : os .getenv ("PATH" ),
111
111
"LD_PRELOAD" : "ldlogger.so" ,
112
112
"LD_LIBRARY_PATH" : os .path .join (LOGGER_DIR , "lib" ),
113
- "CC_LOGGER_GCC_LIKE" : "gcc:g++:clang:clang++:cc:c++" ,
113
+ "CC_LOGGER_GCC_LIKE" : "gcc:g++:clang:clang++:/ cc:c++" ,
114
114
"CC_LOGGER_FILE" : self .logger_file ,
115
115
"CC_LOGGER_DEBUG_FILE" : self .logger_debug_file ,
116
116
}
You can’t perform that action at this time.
0 commit comments