Skip to content

Commit

Permalink
add RISCV clang for JSON dump
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h authored and lsf37 committed Jan 11, 2024
1 parent dbb9677 commit 25604cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sel4test-hw/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ def run_for_plat(plat: Platform) -> List[dict]:
{"platform": plat.name, "march": plat.march, "compiler": "clang"},
]

# no clang for RISC-V yet
if plat.arch == 'riscv':
return [
{"platform": plat.name, "march": plat.march, "compiler": "gcc"},
{"platform": plat.name, "march": plat.march, "compiler": "clang"},
]

# separate runs for each compiler + mode on x86, because we have more machines available
Expand Down

0 comments on commit 25604cd

Please sign in to comment.