[all-commits] [llvm/llvm-project] c54e05: [OpenACC] Add Compute Context Serialization test, ...
Erich Keane via All-commits
all-commits at lists.llvm.org
Fri Mar 8 08:19:43 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c54e0524eeffcf2c5428cd2bc0449a1989e82cd8
https://github.com/llvm/llvm-project/commit/c54e0524eeffcf2c5428cd2bc0449a1989e82cd8
Author: erichkeane <ekeane at nvidia.com>
Date: 2024-03-08 (Fri, 08 Mar 2024)
Changed paths:
M clang/lib/Serialization/ASTReaderStmt.cpp
M clang/lib/Serialization/ASTWriterStmt.cpp
M clang/test/SemaOpenACC/compute-construct-ast.cpp
Log Message:
-----------
[OpenACC] Add Compute Context Serialization test, fix a bug
While working on a followup patch, I discovered we didn't
serialize/deserialize the Compute Context properly, so this patch fixes
it, then adds a PCH mode to the ast test.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list