build-gem5: --clang

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-25 00:00:03 +00:00
parent 7b99c45ac2
commit 72cd8f580d
3 changed files with 31 additions and 1 deletions

View File

@@ -10182,6 +10182,16 @@ This does not run the test however.
Note that the command and it's corresponding results don't need to show consecutively on stdout because tests are run in parallel. You just have to match them based on the class name `CircleBufTest` to the file `circlebuf.test.cpp`.
=== gem5 clang build
TODO test properly, benchmark vs GCC.
....
sudo apt-get install clang
./build-gem5 --clang
./run --clang --emulator gem5
....
== Buildroot
=== Introduction to Buildroot