Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
f64d93df
Commit
f64d93df
authored
14 years ago
by
Mikhail Glushenkov
Browse files
Options
Downloads
Patches
Plain Diff
Trailing whitespace.
llvm-svn: 117058
parent
b550b665
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/lib/System/Win32/Signals.inc
+5
-5
5 additions, 5 deletions
llvm/lib/System/Win32/Signals.inc
with
5 additions
and
5 deletions
llvm/lib/System/Win32/Signals.inc
+
5
−
5
View file @
f64d93df
//===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===//
//===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===//
//
//
// The LLVM Compiler Infrastructure
// The LLVM Compiler Infrastructure
//
//
// This file is distributed under the University of Illinois Open Source
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
// License. See LICENSE.TXT for details.
//
//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
//
//
// This file provides the Win32 specific implementation of the Signals class.
// This file provides the Win32 specific implementation of the Signals class.
...
@@ -54,7 +54,7 @@ static CRITICAL_SECTION CriticalSection;
...
@@ -54,7 +54,7 @@ static CRITICAL_SECTION CriticalSection;
namespace
llvm
{
namespace
llvm
{
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
//=== WARNING: Implementation here must contain only Win32 specific code
//=== WARNING: Implementation here must contain only Win32 specific code
//=== and must not be UNIX code
//=== and must not be UNIX code
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
...
@@ -208,11 +208,11 @@ void llvm::sys::RunInterruptHandlers() {
...
@@ -208,11 +208,11 @@ void llvm::sys::RunInterruptHandlers() {
static
LONG
WINAPI
LLVMUnhandledExceptionFilter
(
LPEXCEPTION_POINTERS
ep
)
{
static
LONG
WINAPI
LLVMUnhandledExceptionFilter
(
LPEXCEPTION_POINTERS
ep
)
{
try
{
try
{
Cleanup
();
Cleanup
();
#ifdef _WIN64
#ifdef _WIN64
// TODO: provide a x64 friendly version of the following
// TODO: provide a x64 friendly version of the following
#else
#else
// Initialize the STACKFRAME structure.
// Initialize the STACKFRAME structure.
STACKFRAME
StackFrame
;
STACKFRAME
StackFrame
;
memset
(
&
StackFrame
,
0
,
sizeof
(
StackFrame
));
memset
(
&
StackFrame
,
0
,
sizeof
(
StackFrame
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment