llvm-test-suite icon indicating copy to clipboard operation
llvm-test-suite copied to clipboard

[SPEC] Define arch/os portability flag for riscv64-linux-gnu

Open lukel97 opened this issue 5 months ago • 0 comments

Without -DSPEC_MANUAL_CONFIG (or another dummy arch/os flag specified), 500.perlbench_r will fail to build on riscv64-linux-gnu. -DSPEC_LP64 and -DSPEC_LINUX are also already defined via the generic handlers above. I'm not sure if we need to define more flags, but this enough to get things building.

lukel97 avatar Sep 06 '24 09:09 lukel97