[all-commits] [llvm/llvm-project] fa5d41: [flang]Fix individual tests with lit when building...
sameeranjoshi via All-commits
all-commits at lists.llvm.org
Sun Jun 21 22:08:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fa5d416efdcbdba766c0c9bd0797bd4b8bbe0273
https://github.com/llvm/llvm-project/commit/fa5d416efdcbdba766c0c9bd0797bd4b8bbe0273
Author: sameeran joshi <sameeranjayant.joshi at amd.com>
Date: 2020-06-22 (Mon, 22 Jun 2020)
Changed paths:
M flang/CMakeLists.txt
M flang/test/CMakeLists.txt
Log Message:
-----------
[flang]Fix individual tests with lit when building out of tree
Summary:
Fix individual check tests with lit when building out-of-tree
`ninja check-flang-<folder>` was not working.
The CMakeLists.txt was looking for the lit tests in the source directory
instead of the build directory.
This commit extends @CarolineConcatto previous patch[D81002]
Reviewers: DavidTruby, sscalpone, tskeith, CarolineConcatto, jdoerfert
Reviewed By: DavidTruby
Subscribers: flang-commits, llvm-commits, CarolineConcatto
Tags: #flang, #llvm
Differential Revision: https://reviews.llvm.org/D82120
More information about the All-commits
mailing list