Go to file
Vadim Chugunov 74587a0e48 Fix double import of _lldb module.
Fix llvm.org/pr39054:
- Register _lldb as a built-in module during initialization of script interpreter,
- Reverse the order of imports in __init__.py: first try to import by absolute name, which will find the built-in module in the context of lldb (and other hosts that embed liblldb), then try relative import, in case the module is being imported from Python interpreter.

This works for SWIG>=3.0.11; before that, SWIG did not support custom module import code.

Differential revision: https://reviews.llvm.org/D52404

llvm-svn: 344474
2018-10-14 07:24:56 +00:00
clang Try harder to fix test/Driver/cl-showfilenames.c 2018-10-13 22:22:03 +00:00
clang-tools-extra Move some helpers from the global namespace into anonymous ones. 2018-10-13 22:18:22 +00:00
compiler-rt [lit] Support the `%shared_libasan` lit substitution on Apple platforms. 2018-10-12 23:36:23 +00:00
debuginfo-tests Revert "(Retry) Add a basic integration test for C++ smart pointers" 2018-08-20 19:53:33 +00:00
libclc configure: Rework support for gfx9+ devices that were added post LLVM 3.9 2018-09-15 22:02:01 +00:00
libcxx One more local type warning removed from the tests. NFC 2018-10-12 21:59:32 +00:00
libcxxabi Override libcxxabi's .clang-format in the demangle directory 2018-10-11 23:30:56 +00:00
libunwind [CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON. 2018-10-08 18:35:00 +00:00
lld Simplify. NFC. 2018-10-12 22:44:06 +00:00
lldb Fix double import of _lldb module. 2018-10-14 07:24:56 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm revert 344472 due to failures. 2018-10-14 07:21:20 +00:00
openmp [OpenMP] Convert KMP_DYNAMIC_LIB to a 0 or 1 guard everywhere 2018-10-05 17:59:39 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly Fix another error related to YAML quoting. 2018-10-12 17:28:39 +00:00
README.md

README.md

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.