[all-commits] [llvm/llvm-project] b08abf: [OpenMP] Fix D83281 issue on windows by allowing `...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Jul 29 13:49:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b08abf4c808e98718b8806dafcae1626328676d4
https://github.com/llvm/llvm-project/commit/b08abf4c808e98718b8806dafcae1626328676d4
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M clang/test/OpenMP/declare_variant_device_isa_codegen_1.c
Log Message:
-----------
[OpenMP] Fix D83281 issue on windows by allowing `dso_local` in CHECK [2/1]
The problem with 8723280b68b1e5ed97a699466720b36a32a9e406 was that the
`dso_local` is *before* the void not after. Hope this works.
More information about the All-commits
mailing list