[LLVMbugs] [Bug 13977] New: Backend options cause multi-threading issues
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Sep 29 02:01:54 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13977
Bug #: 13977
Summary: Backend options cause multi-threading issues
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: djasper at google.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
If clang code generation is used by a library, e.g. through LibTooling, backend
options such as -mstackrealign are not reset between invocations, e.g. of
FrontendActions. This can lead to undesired behavior and errors (the backend
complains on a second attempt to set -mstackrealign as it is already set).
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list