diff options
Diffstat (limited to 'gcc/context.h')
-rw-r--r-- | gcc/context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/context.h b/gcc/context.h index b8fb439..689ae5a 100644 --- a/gcc/context.h +++ b/gcc/context.h @@ -33,6 +33,9 @@ class context public: context (); + /* The flag shows if there are symbols to be streamed for offloading. */ + bool have_offload; + /* Pass-management. */ pass_manager *get_passes () { gcc_assert (m_passes); return m_passes; } |