Commit 3aa516e4 authored by Aiden Grossman's avatar Aiden Grossman
Browse files

[llvm-exegesis] Fix unused variable warning on non-linux platforms

Previous patches moved the save/restore system call register functions
behind a preprocessor check, but neglected to move the constant
expression array used by the functions behind the preprocessor check.
This patch gates the array behind the preprocessor check to fix build
failures caused by -Werror,unused-const-variable on the clang--ppc64-aix
buildbot.
parent 3e6e0960
Supports Markdown
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