-
Fix LLVM-10 CMake build · 579a7dabAntonio Maiorano authored
Some of the files for LLVM 10 were conditionally compiled for Debug builds; however, two of these were also in the main source list: ${LLVM_DIR}/lib/Analysis/RegionInfo.cpp ${LLVM_DIR}/lib/Support/Debug.cpp This lead to linker errors for missing symbols when, for e.g., Support/Debug.cpp was built because Support/circular_raw_ostream.cpp was not compiled. I decided to just fold in these few Debug-only sources into the main list to keep it simple and similar to how LLVM 7 was being built. Bug: b/152339534 Change-Id: Ie4dda85b3323f5036d29fd80908b1925b6c86853 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/46708 Kokoro-Result: kokoro <noreply+kokoro@google.com> Tested-by:Antonio Maiorano <amaiorano@google.com> Reviewed-by:
Nicolas Capens <nicolascapens@google.com>
579a7dab
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| configs | Loading commit data... | |
| llvm | Loading commit data... | |
| scripts | Loading commit data... | |
| Android.bp | Loading commit data... | |
| BUILD.gn | Loading commit data... | |
| CMakeLists.txt | Loading commit data... |