[LLVMbugs] [Bug 18151] New: sparc64: please expose -mno-app-regs (sparc-reserve-app-registers)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Dec 5 12:26:45 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=18151
Bug ID: 18151
Summary: sparc64: please expose -mno-app-regs
(sparc-reserve-app-registers)
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: phcoder at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
In source lib/Target/Sparc/SparcRegisterInfo.cpp one sees:
static cl::opt<bool>
ReserveAppRegisters("sparc-reserve-app-registers", cl::Hidden, cl::init(false),
cl::desc("Reserve application registers (%g2-%g4)"));
Yet clang doesn't expose an equivalent of GCC -mno-app-regs.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131205/38057f26/attachment.html>
More information about the llvm-bugs
mailing list