On Wed, 19 Feb 2020 22:15:51 -0700 Nathan Chancellor <natechancellor@xxxxxxxxx> wrote: > Clang warns: > > These are not true arrays, they are linker defined symbols, which are > just addresses. Using the address of operator silences the warning and > does not change the resulting assembly with either clang/ld.lld or > gcc/ld (tested with diff + objdump -Dr). I guess you forgot to quote the clang output?