[all-commits] [llvm/llvm-project] 8b64ad: Fix incorrect "REQUIRE" (default_target->default_t...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Jun 23 11:23:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8b64adb0a2853f42c09bd98759eec86f51b546ba
https://github.com/llvm/llvm-project/commit/8b64adb0a2853f42c09bd98759eec86f51b546ba
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M llvm/test/Examples/Kaleidoscope/Chapter4.test
M llvm/test/Examples/Kaleidoscope/Chapter5.test
M llvm/test/Examples/Kaleidoscope/Chapter6.test
M llvm/test/Examples/Kaleidoscope/Chapter7.test
Log Message:
-----------
Fix incorrect "REQUIRE" (default_target->default_triple) introduced in 59f45a1cdb3
Adding `default_target` fixed the build by excluding these tests... but
this excluded these tests from ever running!
The correct feature check is `default_triple`
More information about the All-commits
mailing list