]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: disable plugins using isa-l on osx
authorKefu Chai <kchai@redhat.com>
Wed, 13 Sep 2017 03:23:21 +0000 (11:23 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 16 Sep 2017 02:43:32 +0000 (10:43 +0800)
commit629ad1986d47ba0ee28cbeb39bd30c8bb90c38ea
treed019832f035c2b1a4e145a982a325c7127a8b2fe
parent02067e74512f3598da1e0f2f98ff957cb410bdd2
cmake: disable plugins using isa-l on osx

clang on osx emits functions with leading underscore, but the isa-l
assembly's functions have no leading underscore. we could label the
function declaration like `int foo asm("foo")` to remove the leading
underscore, but isa-l is a git submodule, let do this later. and in the
meanwhile, disable this plugin on osx.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt
src/compressor/zlib/CMakeLists.txt