summaryrefslogtreecommitdiff
path: root/lib/builtins/int_util.c
diff options
context:
space:
mode:
authorDan Liew <dan@su-root.co.uk>2019-04-28 09:44:53 +0000
committerDan Liew <dan@su-root.co.uk>2019-04-28 09:44:53 +0000
commiteb2e734bb4c993ee5eff03580fc0bd8e2850e11b (patch)
tree89492d3c286453a40c81b7c2c5506466a81cb95e /lib/builtins/int_util.c
parentf87d73402ed5e8f4de24441dce25b808df1cd73f (diff)
downloadcompiler-rt-eb2e734bb4c993ee5eff03580fc0bd8e2850e11b.tar.gz
[CMake] Don't modify `FUZZER_SUPPORTED_ARCH` is place.
On a Darwin host we were modifying the `FUZZER_SUPPORTED_ARCH` in place which would strip out non-x86 architectures. This unhelpful if we want to use `FUZZER_SUPPORTED_ARCH` later. To fix this we introduce `FUZZER_TEST_ARCH` which is similar to what we have for for the other sanitizers. For non-Darwin host platforms `FUZZER_TEST_ARCH` is the same as `FUZZER_SUPPORTED_ARCH` but for Darwin host platforms we use `darwin_filter_host_archs(...)` as the previous code did. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@359394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/builtins/int_util.c')
0 files changed, 0 insertions, 0 deletions