<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Here <a class="moz-txt-link-freetext" href="http://llvm.org/docs/ExceptionHandling.html#llvm_eh_selector">http://llvm.org/docs/ExceptionHandling.html#llvm_eh_selector</a>
llvm.eh.selector is declared like this:<br>
i32 %<a
 href="http://llvm.org/docs/ExceptionHandling.html#llvm_eh_selector">llvm.eh.selector</a>(i8*,
i8*, i8*, ...)
<br>
<br>
But when clang++ (rev.121360) writes the module with exceptions, it
writes it out like this:<br>
declare i32 @llvm.eh.selector(i8*, i8*, ...) nounwind<br>
<br>
Why there is such descrepancy? Which one is correct?<br>
<br>
Yuri<br>
</body>
</html>