diff options
author | vanhauser-thc <vh@thc.org> | 2023-10-24 11:52:02 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-10-24 11:52:02 +0200 |
commit | f7fab7915550196366e47204d882886671d5bbf9 (patch) | |
tree | 90471acf8656b76e9dca80f6ff823ba62adcfcff /src/afl-cc.c | |
parent | b8e55064c67afe5d5546339afecff54c4d95f428 (diff) | |
download | afl++-f7fab7915550196366e47204d882886671d5bbf9.tar.gz |
code format
Diffstat (limited to 'src/afl-cc.c')
-rw-r--r-- | src/afl-cc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c index 5f8f278f..c3c677b4 100644 --- a/src/afl-cc.c +++ b/src/afl-cc.c @@ -1145,6 +1145,7 @@ static void edit_params(u32 argc, char **argv, char **envp) { if (!have_pic) { cc_params[cc_par_cnt++] = "-fPIC"; } if (!getenv("AFL_LLVM_NO_RPATH")) { + // in case LLVM is installed not via a package manager or "make install" // e.g. compiled download or compiled from github then its ./lib directory // might not be in the search path. Add it if so. |