1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00
llvm-mirror/unittests/TableGen
Sebastian Neubauer ca62d6a9b1 Make unittests include path relative
This change is relevant when embedding the llvm cmake project into
another project.  It should not change the build behavior of a normal
llvm build.

In the case where llvm is embedded as a cmake subproject,
CMAKE_SOURCE_DIR does not point to the expected directory and building
the tests fails.
Using CMAKE_CURRENT_SOURCE_DIR fixes this problem, as it will always
point to the same directory.

Differential Revision: https://reviews.llvm.org/D73466
2020-02-21 10:19:11 +01:00
..
Automata.td [TableGen] Introduce a generic automaton (DFA) backend 2019-10-04 09:03:36 +00:00
AutomataTest.cpp [UnitTests] Try and pacify gcc-5 2019-10-05 08:57:17 +00:00
CMakeLists.txt Make unittests include path relative 2020-02-21 10:19:11 +01:00
CodeExpanderTest.cpp [gicombiner] Add a CodeExpander to handle C++ fragments with variable expansion 2019-10-03 19:13:39 +00:00