commit | 247d86b41af526c167272cfa93558c963a2b4bd5 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Tue Aug 11 14:27:44 2020 +0200 |
committer | Jeff Vander Stoep <[email protected]> | Thu Aug 13 09:36:38 2020 +0200 |
tree | 590387519cee745a9d5ce2ce7c8050d58b97d300 | |
parent | ad6790c3e6ce2ddece9abacd825a4cf8cc499009 [diff] [blame] |
Importing rustc-1.45.2 Change-Id: Idd187dd729f3089d9529753a17db5fbb40bacdeb
diff --git a/src/llvm-project/clang/test/OpenMP/requires_codegen.cpp b/src/llvm-project/clang/test/OpenMP/requires_codegen.cpp index e94fd28..84821e8 100644 --- a/src/llvm-project/clang/test/OpenMP/requires_codegen.cpp +++ b/src/llvm-project/clang/test/OpenMP/requires_codegen.cpp
@@ -21,5 +21,5 @@ #endif #ifdef REGION_DEVICE -#pragma omp requires unified_shared_memory // expected-error {{Target architecture does not support unified addressing}} +#pragma omp requires unified_shared_memory // expected-error-re {{Target architecture sm_{{20|21|30|32|35|37|50|52|53|60|61|62}} does not support unified addressing}} #endif