================
@@ -0,0 +1,8 @@
+// RUN: %clang_cc1 -triple x86_64 -O0 -emit-llvm -o - %s | FileCheck %s
+#include <stdbool.h>
+bool test_bswapg(bool c) {
+  return __builtin_bswapg(c);
----------------
ebinjose02 wrote:

There is a testfile that check __builtin_bswapg along with other builtins 
(test/codegen/builtins.c) . I can modify this file.

https://github.com/llvm/llvm-project/pull/169285
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to