Commit 1d1d0e1a by Ben Clayton

Update third_party/marl/BUILD.gn with new files

`include/marl/sal.h` was replaced with `include/marl/tsa.h`. Also add other missing files. Bug: b/140546382 Change-Id: I7f766b3c362de2ce6e4e317762de98db50467d8f Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/43571Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com>
parent d50aacb1
...@@ -27,14 +27,18 @@ swiftshader_source_set("Marl_headers") { ...@@ -27,14 +27,18 @@ swiftshader_source_set("Marl_headers") {
"include/marl/containers.h", "include/marl/containers.h",
"include/marl/debug.h", "include/marl/debug.h",
"include/marl/defer.h", "include/marl/defer.h",
"include/marl/event.h",
"include/marl/finally.h", "include/marl/finally.h",
"include/marl/memory.h",
"include/marl/mutex.h",
"include/marl/pool.h", "include/marl/pool.h",
"include/marl/sal.h",
"include/marl/scheduler.h",
"include/marl/sanitizers.h", "include/marl/sanitizers.h",
"include/marl/scheduler.h",
"include/marl/task.h",
"include/marl/thread.h", "include/marl/thread.h",
"include/marl/ticket.h", "include/marl/ticket.h",
"include/marl/trace.h", "include/marl/trace.h",
"include/marl/tsa.h",
"include/marl/utils.h", "include/marl/utils.h",
"include/marl/waitgroup.h", "include/marl/waitgroup.h",
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment