/src/wrappers/llvm/library/shared_llvm.e

http://github.com/tybor/Liberty · Specman e · 28 lines · 7 code · 4 blank · 17 comment · 0 complexity · 555befd5f27ad1934cacd606d5e6a0a6 MD5 · raw file

  1. deferred class SHARED_LLVM
  2. -- The shared objects of Low Level Virtual Machine infrastructure.
  3. feature {ANY}
  4. global_context: LLVM_GLOBAL_CONTEXT
  5. -- The global context
  6. once
  7. create Result
  8. end
  9. end -- class SHARED_LLVM
  10. -- Copyright (C) 2009-2017: ,2010,2013 Paolo Redaelli - 2013 Cyril Adrian
  11. -- This file is part of LLVM wrappers for Liberty Eiffel.
  12. --
  13. -- This library is free software: you can redistribute it and/or modify
  14. -- it under the terms of the GNU Lesser General Public License as published by
  15. -- the Free Software Foundation, version 3 of the License.
  16. --
  17. -- Liberty Eiffel is distributed in the hope that it will be useful,
  18. -- but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. -- GNU General Public License for more details.
  21. --
  22. -- You should have received a copy of the GNU General Public License
  23. -- along with Liberty Eiffel. If not, see <http://www.gnu.org/licenses/>.
  24. --