diff options
| author | Dan Gohman <dan433584@gmail.com> | 2019-01-24 21:20:03 +0000 |
|---|---|---|
| committer | Dan Gohman <dan433584@gmail.com> | 2019-01-24 21:20:03 +0000 |
| commit | b0eabefd7b415d8580cafa4e36ea7e4f61772142 (patch) | |
| tree | f6d4b04acda3d5d0e284e28f2516c4fb79a4d44f /clang/test | |
| parent | 360bf5ff5851d6efd6e0647b7ce9aabac28a9a50 (diff) | |
| download | bcm5719-llvm-b0eabefd7b415d8580cafa4e36ea7e4f61772142.tar.gz bcm5719-llvm-b0eabefd7b415d8580cafa4e36ea7e4f61772142.zip | |
[WebAssembly] Add WebAssemblyImportModule to pragma-attribute-supported-attributes-list.test
llvm-svn: 352108
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Misc/pragma-attribute-supported-attributes-list.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Misc/pragma-attribute-supported-attributes-list.test b/clang/test/Misc/pragma-attribute-supported-attributes-list.test index e0c074556c4..f381e7ae264 100644 --- a/clang/test/Misc/pragma-attribute-supported-attributes-list.test +++ b/clang/test/Misc/pragma-attribute-supported-attributes-list.test @@ -138,6 +138,7 @@ // CHECK-NEXT: WarnUnusedResult (SubjectMatchRule_objc_method, SubjectMatchRule_enum, SubjectMatchRule_record, SubjectMatchRule_hasType_functionType) // CHECK-NEXT: Weak (SubjectMatchRule_variable, SubjectMatchRule_function, SubjectMatchRule_record) // CHECK-NEXT: WeakRef (SubjectMatchRule_variable, SubjectMatchRule_function) +// CHECK-NEXT: WebAssemblyImportModule (SubjectMatchRule_function) // CHECK-NEXT: WorkGroupSizeHint (SubjectMatchRule_function) // CHECK-NEXT: XRayInstrument (SubjectMatchRule_function, SubjectMatchRule_objc_method) // CHECK-NEXT: XRayLogArgs (SubjectMatchRule_function, SubjectMatchRule_objc_method) |

