[PATCH] D37631: [libFuzzer] Support using libc++

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 14:08:31 PST 2018


morehouse added inline comments.


================
Comment at: test/fuzzer/lit.cfg:54
 
+config.environment['LD_LIBRARY_PATH'] = config.llvm_library_dir
+
----------------
Is this line necessary considering `config.environment['LD_LIBRARY_PATH']` is already set above?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D37631





More information about the llvm-commits mailing list