liang1232018

Results 2 issues of liang1232018

I have tried build apache by using dangsan on ARM64, and following arguments are ` CC=/home/ubuntu/dangsan/autosetup.dir/install/common/bin/clang \ CFLAGS=" -std=c99 -flto -fsanitize=safe-stack -O4" \ CPP="/home/ubuntu/dangsan/autosetup.dir/install/common/bin/clang -E" \ LDFLAGS=" ...." \ ./configure...

Now I’m doing something about rve. it seems like rve is not supported in llvm upstream. How can I add the rve to the LLVM backend? I have try to...