Skip to content

Commit

Permalink
[flang] Removed OpenMP lowering unittests
Browse files Browse the repository at this point in the history
These tests aren't adding much value and consensus has been reached for
there removal.
For more context, please refer to discussion in this revision:
https://reviews.llvm.org/D87846
  • Loading branch information
SouraVX committed Sep 23, 2020
1 parent 5711eaf commit be1197c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 116 deletions.
1 change: 0 additions & 1 deletion flang/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ add_subdirectory(Optimizer)
add_subdirectory(Decimal)
add_subdirectory(Evaluate)
add_subdirectory(Runtime)
add_subdirectory(Lower)

if (FLANG_BUILD_NEW_DRIVER)
add_subdirectory(Frontend)
Expand Down
13 changes: 0 additions & 13 deletions flang/unittests/Lower/CMakeLists.txt

This file was deleted.

102 changes: 0 additions & 102 deletions flang/unittests/Lower/OpenMPLoweringTest.cpp

This file was deleted.

0 comments on commit be1197c

Please sign in to comment.