[all-commits] [llvm/llvm-project] 4b1b09: [FileCheck] Add missing %ProtectFileCheckOutput to...
Joel E. Denny via All-commits
all-commits at lists.llvm.org
Wed Jun 10 09:43:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4b1b09fcc0d75ad4d5559f0b86049627174db585
https://github.com/llvm/llvm-project/commit/4b1b09fcc0d75ad4d5559f0b86049627174db585
Author: Joel E. Denny <jdenny.ornl at gmail.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M llvm/test/FileCheck/numeric-expression.txt
Log Message:
-----------
[FileCheck] Add missing %ProtectFileCheckOutput to FileCheck tests
This is a continuation of D65121 (committed at f471eb8e99b5).
Commit: d9a42ec98adcb1ebc0c3837715df4e5a50c7ccc0
https://github.com/llvm/llvm-project/commit/d9a42ec98adcb1ebc0c3837715df4e5a50c7ccc0
Author: Joel E. Denny <jdenny.ornl at gmail.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M libcxx/include/thread
Log Message:
-----------
[libc++] Work around gcc/Power9 bug in `include/thread`
This fixes PR39696, which breaks the libcxx build with gcc (I tested
7.5.0) on Power9. This fix was suggested at
https://bugs.llvm.org/show_bug.cgi?id=39696#c38
but never applied. It just reverts 0583d9ea8d5e, which reverses
components of the original fix in 3bf63cf3b366, which is correct.
Fixes https://llvm.org/PR39696
Reviewed By: ldionne
Differential Revision: https://reviews.llvm.org/D81438
Compare: https://github.com/llvm/llvm-project/compare/8bba0bca721d...d9a42ec98adc
More information about the All-commits
mailing list