search for: __builtin_dummy

Displaying 1 result from an estimated 1 matches for "__builtin_dummy".

2017 Dec 04
2
[RFC] - Deduplication of debug information in linkers (LLD)
...EiD-+=DgGfpwK70ahaLFw2HQUSL4Tqw at mail. > gmail.com> > Content-Type: text/plain; charset="utf-8" > > hello, > > Is there a way to add an intrinsic that takes a string as argument? > > If yes, what should be the second value provided to the macro // > BUILTIN(__builtin_dummy, "v?", "n") > in tools/clang/include/clang/Basic/BuiltinsX86.def > > Also, what should be the type passed in include/llvm/IR/IntrinsicsX86.td > def dummy : GCCBuiltin<"__builtin_dummy">, > Intrinsic<[], [llvm_???_ty], [IntrArgMemOnly] /* ,...