[PATCH] D32561: [asan] Add a compilation wrapper that codesigns shared libraries to support iOS simulator testing

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 15:08:45 PDT 2017


kubamracek added inline comments.


================
Comment at: test/lit.common.cfg:112
+  compile_wrapper = os.path.join(ios_commands_dir, "iossim_compile.py" if config.iossim else "ios_compile.py")
+  config.compile_wrapper = compile_wrapper
 else:
----------------
eugenis wrote:
> why not assign directly to config.compile_wrapper?
Sure, will do.


Repository:
  rL LLVM

https://reviews.llvm.org/D32561





More information about the llvm-commits mailing list