================ @@ -0,0 +1,29 @@ +// RUN: %clang_cc1 -emit-llvm -triple powerpc64-ibm-aix-xcoff \ +// RUN: %s -o - | FileCheck %s + +#include <stdint.h> + +// Test Atomic Memory Operation Support: ---------------- RolandF77 wrote:
Don't think these 2 lines are needed. https://github.com/llvm/llvm-project/pull/163616 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
