Displaying 13 results from an estimated 13 matches for "driveroption".
2013 Oct 01
3
[LLVMdev] RFH: passing options from clang down to opt
...lude/clang/Driver/Options.td b/include/clang/Driver/Options.td
index a2be903..da932e2 100644
--- a/include/clang/Driver/Options.td
+++ b/include/clang/Driver/Options.td
@@ -351,6 +351,10 @@ def fno_autolink : Flag <["-"], "fno-autolink">,
Group<f_Group>,
Flags<[DriverOption, CC1Option]>,
HelpText<"Disable generation of linker directives for automatic
library linking">;
+def fauto_profile : Flag<["-"], "fauto-profile">, Group<f_Group>,
+ Flags<[DriverOption, CC1Option]>,
+ HelpText<"Enable autom...
2005 Nov 28
1
cdrecord Error (Permissions?)
List,
Sorry to trouble anyone, a google on my error from k3b lead me to a
permissions issue, but after searching through several of the links
(including a few forums) I've failed to turn up exactly what the
permissions should be or if that is even an accurate solution.
When running k3b I get an error stating that cdrecord did not exit
properly. And k3b will not burn a cd.
Running cdrecord
2013 Oct 01
0
[LLVMdev] RFH: passing options from clang down to opt
.../include/clang/Driver/Options.td
> index a2be903..da932e2 100644
> --- a/include/clang/Driver/Options.td
> +++ b/include/clang/Driver/Options.td
> @@ -351,6 +351,10 @@ def fno_autolink : Flag <["-"], "fno-autolink">,
> Group<f_Group>,
> Flags<[DriverOption, CC1Option]>,
> HelpText<"Disable generation of linker directives for automatic
> library linking">;
>
> +def fauto_profile : Flag<["-"], "fauto-profile">, Group<f_Group>,
> + Flags<[DriverOption, CC1Option]>,
> + H...
2013 Aug 22
0
[LLVMdev] [RFC PATCH] X32 ABI support for Clang/compiler-rt (Clang patch)
...quot;>;
def m3dnowa : Flag<["-"], "m3dnowa">, Group<m_x86_Features_Group>;
def m3dnow : Flag<["-"], "m3dnow">, Group<m_x86_Features_Group>;
+def mx32 : Flag<["-"], "mx32">, Group<m_Group>, Flags<[DriverOption]>;
def m64 : Flag<["-"], "m64">, Group<m_Group>, Flags<[DriverOption]>;
def mabi_EQ : Joined<["-"], "mabi=">, Group<m_Group>;
def march_EQ : Joined<["-"], "march=">, Group<m_Group>;
--- ./too...
2010 Jul 27
2
Boot from CD
I am running CentOS 5.5 and I want to create a boot CD so that if my
boot partition is moved I can still boot from the boot CD and
re-initialize grub again. Is there some easy to use utility which will
enable me to do this ?
2013 Aug 22
7
[LLVMdev] [RFC PATCH] X32 ABI support for Clang/compiler-rt
Hi,
I'm working on bringing up complete coverage for a Gentoo x32 "desktop"
system. I've been cooking up quite a few patches for various packages
to push upstream, but right now, the biggest blocker is the lack of
support for building with/codegen targeting x32 in llvm/clang. Since
the x32 patches were sent last year, I see support code has landed in
LLVM, and basic handling of
2013 Aug 22
3
[LLVMdev] [NEW PATCH] X32 ABI support for Clang/compiler-rt (Clang patch)
...quot;>;
def m3dnowa : Flag<["-"], "m3dnowa">, Group<m_x86_Features_Group>;
def m3dnow : Flag<["-"], "m3dnow">, Group<m_x86_Features_Group>;
+def mx32 : Flag<["-"], "mx32">, Group<m_Group>, Flags<[DriverOption]>;
def m64 : Flag<["-"], "m64">, Group<m_Group>, Flags<[DriverOption]>;
def mabi_EQ : Joined<["-"], "mabi=">, Group<m_Group>;
def march_EQ : Joined<["-"], "march=">, Group<m_Group>;
--- ./too...
2007 Apr 04
2
Problems with SATA DVD+-RW drive
I just got a Dell Dimension e521 (AMD 64 x2, nVidia MCP51 chipset) and
so far it has been fine. Today I tried to burn some CD-R and DVD-R
disks and have been able to do nothing but make coasters. The drive is
a TSST TS-H653a (Samsung OEM) and does have the current firmware.
Playing back data, audio, and video disks work just fine, but recording
is a different matter.
The drive shows up as
2005 Jul 29
4
Reinstall Windows but preserve CentOS
I have a computer that dual boots between Windows and CentOS. Each
has it's own hard drive.
I suddenly have a problem with Windows, and may need to reinstall. I
need it for applications like After Effects, Premiere, and other things
that I am currently in the middle of a project with.
It seems the system has become usnstable, it's preventing me from
continuing to work, and I
2015 Jun 05
2
[LLVMdev] Removing AvailableExternal values in GlobalDCE (was Re: RFC: ThinLTO Impementation Plan)
On Thu, Jun 4, 2015 at 5:33 PM, Reid Kleckner <rnk at google.com> wrote:
> On Thu, Jun 4, 2015 at 5:17 PM, Teresa Johnson <tejohnson at google.com> wrote:
>>
>> Agreed. Although I assume you mean invoke the new pass under a
>> ThinLTO-only option so that avail extern are not dropped in the
>> compile pass before the LTO link?
>
>
> No, this pass
2015 Jun 04
5
[LLVMdev] Removing AvailableExternal values in GlobalDCE (was Re: RFC: ThinLTO Impementation Plan)
On Thu, Jun 4, 2015 at 3:58 PM, Duncan P. N. Exon Smith <
dexonsmith at apple.com> wrote:
>
> > Personally, I think the right approach is to add a bool to
> createGlobalDCEPass defaulting to true named something like
> IsAfterInlining. In most standard pass pipelines, GlobalDCE runs after
> inlining for obvious reasons, so the default makes sense. The special case
> is
2010 Dec 17
15
Centos 5.5 - Kernel Panic while booting.
Dear centos community,
I was in the process of loading the latest 5.5 release of centos in a VMWARE ESX 4.1 host as my first virtual machine, suddenly while booting I got a panic error with the following on screen. Can someone point me in the right direction. This machine has 24 cores and I allocated 1 for Centos to use with 1024MB of memory. Any clues or workaround to solve this problem? Thank
2015 Jun 08
2
[LLVMdev] Removing AvailableExternal values in GlobalDCE (was Re: RFC: ThinLTO Impementation Plan)
...lags<[CC1Option]>, Group<f_Group>;
def fno_lto : Flag<["-"], "fno-lto">, Group<f_Group>;
def fmacro_backtrace_limit_EQ : Joined<["-"], "fmacro-backtrace-limit=">,
Group<f_Group>, Flags<[DriverOption, CoreOption]>;
Index: include/clang/Frontend/CodeGenOptions.def
===================================================================
--- include/clang/Frontend/CodeGenOptions.def (revision 237590)
+++ include/clang/Frontend/CodeGenOptions.def (working copy)
@@ -67,6 +67,7 @@ CODEGENOPT(Instrument...