This tests that when a custom driver specifies a config map, it works correctly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D38105
[lit] Add a test for the config map functionality ClosedPublic Authored by zturner on Sep 20 2017, 3:44 PM.
Details Summary This tests that when a custom driver specifies a config map, it works correctly.
Diff Detail
Event TimelineClosed by commit rL313887: [lit] Add a test for the builtin config map. (authored by zturner). · Explain WhySep 21 2017, 9:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 116205 llvm/trunk/cmake/modules/AddLLVM.cmake
llvm/trunk/utils/lit/CMakeLists.txt
llvm/trunk/utils/lit/lit/util.py
llvm/trunk/utils/lit/tests/Inputs/config-map-discovery/driver.py
llvm/trunk/utils/lit/tests/Inputs/config-map-discovery/invalid-test.txt
llvm/trunk/utils/lit/tests/Inputs/config-map-discovery/lit.alt.cfg
llvm/trunk/utils/lit/tests/Inputs/config-map-discovery/main-config/lit.cfg
llvm/trunk/utils/lit/tests/Inputs/config-map-discovery/tests/test1.txt
llvm/trunk/utils/lit/tests/Inputs/config-map-discovery/tests/test2.txt
llvm/trunk/utils/lit/tests/discovery.py
|