| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 17737cc4ecd3aea2c978bf83e283bcb08d097487)
|
|
|
|
|
|
|
| |
RUNTIME=llvm means we use libc++ instead of libstdc++ among other things
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 933795217f9142c246c359f92e8320516e5c66a5)
|
|
|
|
|
|
|
| |
Modern compilers default to -fno-common -- fixing the way in which
multiply defined symbols are handled. Some code needs to be adapted.
Signed-off-by: Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
|
|
When clang is used to compile python then it needs
to be there for building python extentions of perf
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|